From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 18:05:33 +0000 (+0100) Subject: gtk: mark gtk_mount_operation_get_parent as nullable X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~134^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d029b62d233730f092d1ebaae3f8ea11052629ed;p=gtk4.git gtk: mark gtk_mount_operation_get_parent as nullable --- diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c index baa4f785e5..43760283b4 100644 --- a/gtk/gtkmountoperation.c +++ b/gtk/gtkmountoperation.c @@ -1873,7 +1873,7 @@ gtk_mount_operation_set_parent (GtkMountOperation *op, * * Gets the transient parent used by the `GtkMountOperation`. * - * Returns: (transfer none): the transient parent for windows shown by @op + * Returns: (transfer none) (nullable): the transient parent for windows shown by @op */ GtkWindow * gtk_mount_operation_get_parent (GtkMountOperation *op)